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: 2 days ago
JSON representation

  • Packages

    • Network

    • Template Engine

      • ejs - Embedded JavaScript templates.
      • Juicer - Juicer is an efficient, lightweight front end (Javascript) templating engine
      • 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.
      • fib-pug - One indentation-sensitive html pre-processor.
    • Packager/Transformer

    • Formatter

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

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

      • ascii-table - Easy table output for node debugging, but you could probably do more with it, since its just a string.
      • chalk-animation - Colorful animations in terminal stdout
    • 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-rpc - Remote Procedure Calling for fibjs.
      • cluster-server - Start a multi-thread server to take advantage of multi-core systems.
      • fib-pool - Generic resource pooling for fibjs.
      • fib-app - A development framework for building restful api quickly.
    • 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.
    • Validator

      • @fibjs/enforce - migration for [node-enforce](https://github.com/dresende/node-enforce)
      • validatorjs - A data validation library
      • superstruct - A simple and composable way to validate data in Javascript.
    • 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.
    • Debug/Test

      • 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.
      • benchmark.js - A benchmarking library.
    • Database/Cache

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

    • Cron

      • node-cron - A simple cron-like job scheduler.
    • Encode/Decode

      • fib-qr - QR Code Generator for fibjs.
    • Continous Integration

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