Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

awesome

Useful resources for creating apps with fibjs
https://github.com/fibjs/awesome

Last synced: 1 day ago
JSON representation

  • Packages

    • Server App

      • fib-session - Session middleware for fibjs.
      • fib-pool - Generic resource pooling for fibjs.
      • fib-app - A development framework for building restful api quickly.
      • fib-rpc - Remote Procedure Calling for fibjs.
      • cluster-server - Start a multi-thread server to take advantage of multi-core systems.
    • Log

      • logstream - wrap a file stream as a extremely high performance log stream.
    • Network

    • Template Engine

      • ejs - Embedded JavaScript templates.
      • Juicer - Juicer is an efficient, lightweight front end (Javascript) templating engine
      • fib-pug - One indentation-sensitive html pre-processor.
      • marked - A full-featured markdown parser and compiler, written in JavaScript. Built for speed.
      • highlight.js - Highlight.js is a syntax highlighter written in JavaScript. It works in the browser as well as on the server. It works with pretty much any markup, doesn’t depend on any framework and has automatic language detection.
    • Packager/Transformer

    • AST

      • pegjs - This is a simple parser generator for JavaScript that produces fast parsers with excellent error reporting. You can use it to process complex data or computer languages and build transformers, interpreters, compilers and other tools easily.
      • source-map - This is a library to generate and consume the source map format described here.
    • Encode/Decode

      • fib-qr - QR Code Generator for fibjs.
    • Formatter

      • json-format - Parse JavaScript Object to a JSON String indented.
    • Console

      • chalk-animation - Colorful animations in terminal stdout
      • ascii-table - Easy table output for node debugging, but you could probably do more with it, since its just a string.
    • Data Visualization

      • nomnoml - The sassy UML diagram renderer
      • viz.js - This project is a Makefile for building Graphviz with Emscripten and a simple wrapper for using it in the browser.
    • Debug/Test

      • benchmark.js - A benchmarking library.
      • sinon - Test spies, stubs and mocks for JavaScript.
      • debug - A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers.
    • Continous Integration

      • ci - Auto gen ci config files for fibjs project.
    • Validator

      • superstruct - A simple and composable way to validate data in Javascript.
      • @fibjs/enforce - migration for [node-enforce](https://github.com/dresende/node-enforce)
      • validatorjs - A data validation library
    • Database/Cache

      • fib-kv - general key-value store on sql/level/mongo/redis.
      • orm - Object Relational Mapping for fibjs.
      • orm-plugin-migration - Object Relational Mapping for fibjs.
    • SQL

    • Encryption/Decryption

    • File System

    • Command Line

    • Bitcoin

      • bitcoinjs-lib - Bitcoin-related functions implemented in pure JavaScript.
    • Machine Learning

      • Rakuten - morphological analyzer (word segmentor + PoS Tagger) for Chinese and Japanese written purely in JavaScript.
    • Cron

      • node-cron - A simple cron-like job scheduler.
  • Sdks