Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okaybenji/tiles-server

a musical toy built in AngularJS
https://github.com/okaybenji/tiles-server

javascript server toy websocket

Last synced: 26 days ago
JSON representation

a musical toy built in AngularJS

Awesome Lists containing this project

README

        

This is just the Socket.IO (Node) server for the Tiles application (https://github.com/okaybenji/tiles). The original app served up the front-end client as well, but this and tiles-client (https://github.com/okaybenji/tiles-client) were developed to allow serving the front-end on a separate web server from this, the back-end. This makes it possible to update the front-end without redeploying the Node server. It also has the added benefit of allowing users to continue to enjoy the single-player Tiles experience while the Node server is down.