UNPKG

kasflowsjs

Version:

A lightweight communication system for client-server applications, especially designed for Roblox. Documentation available in English and Russian.

51 lines 1.19 kB
{ "name": "kasflowsjs", "version": "1.0.3", "description": "A lightweight communication system for client-server applications, especially designed for Roblox. Documentation available in English and Russian.", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jest", "start": "node examples/server.js" }, "keywords": [ "websocket", "alternative", "roblox", "communication", "client-server", "api", "http-polling", "game-server" ], "author": "kasperenok", "license": "MIT", "dependencies": { "cors": "^2.8.5", "express": "^4.17.1", "node-fetch": "^2.6.7" }, "devDependencies": { "jest": "^27.5.1" }, "repository": { "type": "git", "url": "https://github.com/KaSpEr-tv123/kasflowsjs.git" }, "bugs": { "url": "https://github.com/KaSpEr-tv123/kasflowsjs/issues" }, "homepage": "https://github.com/KaSpEr-tv123/kasflowsjs#readme", "engines": { "node": ">=12.0.0" }, "files": [ "index.js", "index.d.ts", "logger.js", "roblox/kasflows.lua", "README.md", "README.ru.md", "LICENSE" ] }