Skip to content
This repository has been archived by the owner on Jul 12, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meaku committed Jul 11, 2014
1 parent dcdbace commit 8c36658
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,15 @@ __node.js framework for JavaScript real-time applications.__

[![Build Status](https://travis-ci.org/peerigon/alamid.png?branch=master)](https://travis-ci.org/peerigon/alamid) ![Dep Status](https://david-dm.org/peerigon/alamid.png)


## We are currently splitting up alamid in tiny modules. We discourage the use of the all-on-one _alamid_. We will update our website soon.

### Modules
- [alamid-schema](https://github.com/peerigon/alamid-schema)
- [alamid-api](https://github.com/peerigon/alamid-api)
- ...
-

alamid is an exciting new framework for JavaScript real-time applications that run both on the client and on the server. It manages all the bundling and communication so you can focus on your stuff: your application.

The framework has been designed to ease offline-ability and component re-use. It leverages modern web technologies like WebSockets and provides a reasonable class-system that enables you to use inheritance and scopes in an intuitive way.
Expand Down

0 comments on commit 8c36658

Please sign in to comment.