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

awesome

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

Last synced: 4 days ago
JSON representation

  • Packages

    • 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.
      • 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.
      • marked - A full-featured markdown parser and compiler, written in JavaScript. Built for speed.
    • 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.
    • Bitcoin

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

    • 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
    • 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.
    • Encryption/Decryption

    • 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.
    • 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.
    • Packager/Transformer

    • Encode/Decode

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

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

      • ci - Auto gen ci config files for fibjs project.
    • 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

    • File System

    • Command Line

    • 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