Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codex-team/node-playground

Sources from CodeX Meetup about making real-time application with Nodejs, Express, Socket.io
https://github.com/codex-team/node-playground

beginner-friendly express javascript nodejs socket-io

Last synced: 11 days ago
JSON representation

Sources from CodeX Meetup about making real-time application with Nodejs, Express, Socket.io

Awesome Lists containing this project

README

        

# Node Playground sources from CodeX Meetup

Application contains 3 main parts:
- Server-side daemon `server.js`
- HTML entry point `index.html`
- Client-side application `public/client.js`

and some styles in `public/styles.css`.

## We use

### Node.js
https://nodejs.org/

Node.js works with server-side application.

### Express
http://expressjs.com/

Express is popular web-framework for node.js. Provides us simple routing and static files delivering.

### Socket.io
http://socket.io/

Real-time engine based on WebSockets.

About WebSockets: https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API

## Example application

http://play.ifmo.su/

![CodeX node playground](https://ifmo.su/public/img/external/node-playground-screen.png)

## About CodeX
We are small team of Web-developing fans consisting of IFMO students and graduates located in St. Petersburg, Russia.
Fell free to give us a feedback on [email protected]

https://ifmo.su

### Follow us!

VK: https://vk.com/codex_team

Telegram: https://t.me/codex_team

Instagram: https://www.instagram.com/codex_team