one-line-messenger

1.0.0 • Public • Published

#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

Code Example

TODO: Fixate on the API and complete this section

Motivation

I have a couple of reasons for going ahead with creating this framework. I'll list them all down briefly :-

  1. Wanted to learn how to write a javascript framework
  2. Wanted to get a peer feedback on the same
  3. I don't quite see something like this being implemented
  4. It's fun

Installation

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 :-

API Reference

TODO: Fixate on the API from both front-end and backend and document it right here

Tests

I am currently using Jasmine to test the framework. More details about Jasmine are here

TODO: Add the tests

Contributors

Sankalp Srivastava < richi18007@gmail.com >

In case you'd like to contribute or something , please let me know

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i one-line-messenger

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • richi_18007