mirror of
https://github.com/kataras/iris.git
synced 2026-01-07 20:17:05 +00:00
Add the new websocket package (which is just a helper for kataras/neffos) and an example for go server, client, browser client and nodejs client. Add a .fossa.yml and the generated NOTICE file for 3rd-party libs. Update go.mod, go.sum. Update the vendor folder for pongo2 to its latest master as well
Former-commit-id: 89c05079415977d65e7328a1eb8a1c602d76f78a
This commit is contained in:
16
_examples/websocket/basic/browserify/package.json
Normal file
16
_examples/websocket/basic/browserify/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "neffos.js.example.browserify",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"browserify": "browserify ./app.js -o ./bundle.js",
|
||||
"minifyES6": "minify ./bundle.js --outFile ./bundle.js",
|
||||
"build": "npm run-script browserify && npm run-script minifyES6"
|
||||
},
|
||||
"dependencies": {
|
||||
"neffos.js": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^16.2.3",
|
||||
"babel-minify": "^0.5.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user