Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mysterlune/horsie
folders
https://github.com/mysterlune/horsie
Last synced: 7 days ago
JSON representation
folders
- Host: GitHub
- URL: https://github.com/mysterlune/horsie
- Owner: mysterlune
- Created: 2013-04-18T14:41:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-28T16:09:17.000Z (over 11 years ago)
- Last Synced: 2024-04-14T09:44:17.792Z (9 months ago)
- Language: JavaScript
- Size: 106 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Folders
This module handles initialization of an MVC application built on Express incorporating WebSockets (Socket.io).
There is no application-specific logic concerning this module; it's entire responsibility is to export a
module from (./lib/server) that may be passed a set of configurations for its runtime. It is the consuming
application's responsibility to provide the configurations and invoke the `server([options])` function.