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

https://github.com/mingstar/meteorjs-chatroom-demo

A simple chatroom demo using Meteor.js
https://github.com/mingstar/meteorjs-chatroom-demo

Last synced: about 2 months ago
JSON representation

A simple chatroom demo using Meteor.js

Awesome Lists containing this project

README

        

# Code demo for MeteorJS talk

[Preso slides here](http://www.slideshare.net/weiming_chen/introduction-to-meteorjs-49534331)

## Prerequisite

* Meteor 1.3
```
curl https://install.meteor.com/?release=1.3.3.1 | sh
```