Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!