https://github.com/d3lio/jsproj
My project for the 2015-2016 JavaScript course at FMI@SofiaUniversity.
https://github.com/d3lio/jsproj
Last synced: 25 days ago
JSON representation
My project for the 2015-2016 JavaScript course at FMI@SofiaUniversity.
- Host: GitHub
- URL: https://github.com/d3lio/jsproj
- Owner: d3lio
- Created: 2016-02-17T07:29:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T09:48:08.000Z (over 10 years ago)
- Last Synced: 2023-03-03T17:03:00.689Z (over 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
* What is the project about?
- It's supposed to be a template game server and a demo game
(client + server side)
* Why did I chose Node.js?
1. Event driven language.
2. Little to none boiler plate code (TCP server).
3. Can be integrated with C++ libraries.
4. It’s a JavaScript course :)
* What is the server structure?
- TCP and a WebSockets servers
- Template stream pipelines for each socket where the last stream is the game itself.
- Transmitter to respond at any point throughout the pipeline.
- Logger