Skip to content

satkaku/socket.io-txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Socket.IO Adapter implementation by Textfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published