socket.io-txt

0.0.1 • Public • Published

socket.io-txt

Socket.IO Adapter implementation by Textfile (for practice)

Example

var io = require('socket.io')(http);
var txt = require("socket.io-txt");
io.adapter( txt({ name: "session.txt" }) );

Options

The following options are arrowed:

  • name:the name of text file which you use.

Install

npm install socket.io-txt

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i socket.io-txt

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • satkaku