fsxNet Wiki

BBS Development & Resources

User Tools

Site Tools


tutorials:crystal_bbs:part_one

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorials:crystal_bbs:part_one [2017/03/20 00:10]
sardaukar
tutorials:crystal_bbs:part_one [2018/03/29 01:58] (current)
Line 136: Line 136:
 </​code>​ </​code>​
  
-This is the method called in ''​bbs.cr''​ (our main entry point for the whole project)_after ​instantiating a new instance of the ''​Main''​ class. At this stage, it just prints out the hash parsed from the ''​config.yml''​ file that we created.+This is the method called in ''​bbs.cr''​ (our main entry point for the whole project) ​after instantiating a new instance of the ''​Main''​ class. At this stage, it just prints out the hash parsed from the ''​config.yml''​ file that we created.
  
 <code ruby> <code ruby>
Line 242: Line 242:
 </​code>​ </​code>​
  
-Much better! This concludes part one of the tutorial, tune in soon for part two where we will be negotiating features with the client! For reference, here's the whole code for the ''​src/​bbs/​main.cr''​ file:+Much better! This concludes part one of the tutorial, tune in soon for [[tutorials:​crystal_bbs:​part_two|part two]] where we will be negotiating features with the client! For reference, here's the whole code for the ''​src/​bbs/​main.cr''​ file:
  
 <code ruby> <code ruby>
tutorials/crystal_bbs/part_one.1489968605.txt.gz ยท Last modified: 2018/03/29 01:58 (external edit)