#Instant Messanger JS
A one line javascript library to include a chat messanger on your page. There is of course a client and a server aspect to this application. More details in the installation notes
TODO: Fixate on the API and complete this section
I have a couple of reasons for going ahead with creating this framework. I'll list them all down briefly :-
- Wanted to learn how to write a javascript framework
- Wanted to get a peer feedback on the same
- I don't quite see something like this being implemented
- It's fun
On your webpage
<script src="instantmessage.js"> </script>TODO: Complete the section on RequireJS
If however , you need to use RequireJS. This is how one can get this working with it :-
TODO: Fixate on the API from both front-end and backend and document it right here
I am currently using Jasmine to test the framework. More details about Jasmine are here
TODO: Add the tests
Sankalp Srivastava < richi18007@gmail.com >
In case you'd like to contribute or something , please let me know
MIT