Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wankdanker/node-experiments
This is a repository of random node experiments I have done.
https://github.com/wankdanker/node-experiments
Last synced: 14 days ago
JSON representation
This is a repository of random node experiments I have done.
- Host: GitHub
- URL: https://github.com/wankdanker/node-experiments
- Owner: wankdanker
- Created: 2011-03-26T03:33:51.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-13T14:45:35.000Z (over 13 years ago)
- Last Synced: 2024-11-06T01:17:26.726Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Name
====node-experiments
Description
===========This is a collection of random experiments using node.js
Experiments
===========* concat-vs-join.js - Test the efficiency of string concatenation vs array.join(""). TLDR: concatenation wins. Also found in here is avg, min and max Array.prototype methods.
* udp-broadcast-chat.js - A simple udp broadcast sender and receiver all in one. Chat with friends on your subnet... or with yourself!