All Projects → Fibjs → Similar Projects or Alternatives

205 Open source projects that are alternatives of or similar to Fibjs

Minicoro
Single header asymmetric stackful cross-platform coroutine library in pure C.
Stars: ✭ 164 (-94.31%)
Mutual labels:  coroutine, fiber
Fiber Ext
stackful-coroutines for PHP
Stars: ✭ 142 (-95.07%)
Mutual labels:  coroutine, fiber
Libfiber
The high performance coroutine library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iocp/windows GUI
Stars: ✭ 519 (-81.98%)
Mutual labels:  coroutine, fiber
Sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
Stars: ✭ 895 (-68.92%)
Mutual labels:  coroutine, fiber
YACLib
Yet Another Concurrency Library
Stars: ✭ 193 (-93.3%)
Mutual labels:  fiber, coroutine
browser-exploitation
A collection of curated resources and CVEs I use for research.
Stars: ✭ 71 (-97.53%)
Mutual labels:  v8
Askme
Social media app to ask and answer user questions and interact with users
Stars: ✭ 16 (-99.44%)
Mutual labels:  coroutine
nj
NJ is a simple script engine in golang with Lua-like syntax.
Stars: ✭ 19 (-99.34%)
Mutual labels:  coroutine
ProtoPromise
Robust and efficient library for management of asynchronous operations in C#/.Net.
Stars: ✭ 20 (-99.31%)
Mutual labels:  coroutine
ore-ui
💎 Building blocks to construct game UIs using web tech.
Stars: ✭ 122 (-95.76%)
Mutual labels:  fiber
go-rest-api-with-fiber
A Go Fiber API
Stars: ✭ 31 (-98.92%)
Mutual labels:  fiber
python-react-v8
⭐ Render React.js views server-side
Stars: ✭ 79 (-97.26%)
Mutual labels:  v8
hev-task-system
A simple, lightweight multi-task system (coroutines) for Unix (Linux/BSD/macOS)
Stars: ✭ 41 (-98.58%)
Mutual labels:  coroutine
object-shape
Get a description of a JS object's shape.
Stars: ✭ 24 (-99.17%)
Mutual labels:  v8
eaf-linter
🤪 A linter, prettier, and test suite that does everything as-simple-as-possible.
Stars: ✭ 17 (-99.41%)
Mutual labels:  v8
libjwdpmi
C++20 development framework for 32-bit DOS applications
Stars: ✭ 32 (-98.89%)
Mutual labels:  coroutine
Javet
Javet is Java + V8 (JAVa + V + EighT). It is an awesome way of embedding Node.js and V8 in Java.
Stars: ✭ 218 (-92.43%)
Mutual labels:  v8
pdjs
JavaScript External for Pure Data based on V8
Stars: ✭ 45 (-98.44%)
Mutual labels:  v8
BeauRoutine
Coroutine and tweening framework for Unity3D
Stars: ✭ 88 (-96.94%)
Mutual labels:  coroutine
Go V8
Go binding for v8
Stars: ✭ 255 (-91.15%)
Mutual labels:  v8
coverage-node
A simple CLI to run Node.js and report code coverage.
Stars: ✭ 39 (-98.65%)
Mutual labels:  v8
tutorial-go-fiber-rest-api
📖 Build a RESTful API on Go: Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers.
Stars: ✭ 175 (-93.92%)
Mutual labels:  fiber
react-native-js-benchmark
JavaScript Engine Benchmark for React Native
Stars: ✭ 100 (-96.53%)
Mutual labels:  v8
v8-android-buildscripts
V8 build scripts for React Native Android
Stars: ✭ 63 (-97.81%)
Mutual labels:  v8
benchbox
🧀 The Benchmark Testing Box
Stars: ✭ 19 (-99.34%)
Mutual labels:  coroutine
Framework
Advanced modding framework for multiplayer modifications
Stars: ✭ 21 (-99.27%)
Mutual labels:  v8
utils
⚡ A collection of common functions but with better performance, less allocations and less dependencies created for Fiber.
Stars: ✭ 21 (-99.27%)
Mutual labels:  fiber
Burger
🍔 c++11 Server based on coroutine and reactor
Stars: ✭ 58 (-97.99%)
Mutual labels:  coroutine
rust rewrite
A programming environment that aims to help people learn how to program in JavaScript, while giving them a tour on how old computers and their limitations used to be.
Stars: ✭ 26 (-99.1%)
Mutual labels:  v8
zhamao-framework
协程、高性能、灵活的聊天机器人 & Web 开发框架(炸毛框架)
Stars: ✭ 99 (-96.56%)
Mutual labels:  coroutine
cocoyaxi
A go-style coroutine library in C++11 and more.
Stars: ✭ 2,392 (-16.94%)
Mutual labels:  coroutine
DiscordCoreAPI
A bot library for Discord, written in C++, and featuring explicit multithreading through the usage of custom, asynchronous C++ CoRoutines.
Stars: ✭ 104 (-96.39%)
Mutual labels:  coroutine
cpp-coroutine-job-system
Example Code for Cpp Coroutine Job System talk at CppCon 2020
Stars: ✭ 37 (-98.72%)
Mutual labels:  coroutine
ext-postgresql
🐘 Coroutine-based client for PostgreSQL
Stars: ✭ 62 (-97.85%)
Mutual labels:  coroutine
Genawaiter
Stackless generators on stable Rust.
Stars: ✭ 263 (-90.87%)
Mutual labels:  coroutine
libcorpc
Libcorpc is a high performance coroutine base RPC framework
Stars: ✭ 20 (-99.31%)
Mutual labels:  coroutine
alist fiber
一款基于go+vue的阿里云盘项目 https://pan.baiyue.one
Stars: ✭ 53 (-98.16%)
Mutual labels:  fiber
fiber-swagger
fiber middleware to automatically generate RESTful API documentation with Swagger 2.0.
Stars: ✭ 238 (-91.74%)
Mutual labels:  fiber
JustDraw
A Test for Android Canvas Painting with JavaScript Engine
Stars: ✭ 42 (-98.54%)
Mutual labels:  v8
python3-concurrency
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异步I/O(asyncio)之间的效率差别
Stars: ✭ 49 (-98.3%)
Mutual labels:  coroutine
V8Android
A demo APP for embedding V8 engine in Android APP
Stars: ✭ 45 (-98.44%)
Mutual labels:  v8
keyauth
🧬 Key Authentication for Fiber
Stars: ✭ 58 (-97.99%)
Mutual labels:  fiber
Javascriptengineswitcher
JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (ChakraCore, Jering.Javascript.NodeJS, Jint, Jurassic, MSIE JavaScript Engine for .NET, NiL.JS, Microsoft ClearScript.V8 and VroomJs). This library allows you to quickly and easily switch to using of another JavaScript engine.
Stars: ✭ 265 (-90.8%)
Mutual labels:  v8
raw-nodejs-api
An users NodeJS API without packages libs or frameworks!
Stars: ✭ 31 (-98.92%)
Mutual labels:  v8
swoole-postgresql-doctrine-driver
🔌 A Doctrine DBAL Driver implementation on top of Swoole Coroutine PostgreSQL client
Stars: ✭ 15 (-99.48%)
Mutual labels:  coroutine
openrasp-v8
Google V8 with OpenRASP builtins
Stars: ✭ 42 (-98.54%)
Mutual labels:  v8
DeezerClone
This Application using Dagger Hilt, Coroutines, Flow, Jetpack (Room, ViewModel, LiveData),Navigation based on MVVM architecture.
Stars: ✭ 81 (-97.19%)
Mutual labels:  coroutine
php-coroutine
A lightweight library to implement coroutine by yield & Generator.
Stars: ✭ 27 (-99.06%)
Mutual labels:  coroutine
jwt
🧬 JWT middleware for Fiber
Stars: ✭ 279 (-90.31%)
Mutual labels:  fiber
iiCnma
A playground android app, showcasing the latest technologies and architectures using the Movie Database APIs.
Stars: ✭ 42 (-98.54%)
Mutual labels:  coroutine
fiber-boilerplate
This is the go boilerplate on the top of fiber web framework. With simple setup you can use many features out of the box
Stars: ✭ 184 (-93.61%)
Mutual labels:  fiber
rxlife-coroutine
[停止维护]自动管理协程生命周期,并自动捕获异常
Stars: ✭ 27 (-99.06%)
Mutual labels:  coroutine
Mgx
🌈 A high performance network framework written in c++ (support tcp and http)
Stars: ✭ 15 (-99.48%)
Mutual labels:  coroutine
OldCEF4Delphi
OldCEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi.
Stars: ✭ 55 (-98.09%)
Mutual labels:  v8
node-mini
Mini Node.js runtime built on V8
Stars: ✭ 24 (-99.17%)
Mutual labels:  v8
Jacob
A lightweight library to provide coroutines in Java
Stars: ✭ 14 (-99.51%)
Mutual labels:  coroutine
wind-framework
Pure PHP Coroutine Framework based on Workerman and Amphp.
Stars: ✭ 41 (-98.58%)
Mutual labels:  coroutine
docker-v8
Docker V8 Image
Stars: ✭ 26 (-99.1%)
Mutual labels:  v8
hpc
Learning and practice of high performance computing (CUDA, Vulkan, OpenCL, OpenMP, TBB, SSE/AVX, NEON, MPI, coroutines, etc. )
Stars: ✭ 39 (-98.65%)
Mutual labels:  coroutine
helmet
🧬 Helmet middleware for Fiber
Stars: ✭ 63 (-97.81%)
Mutual labels:  fiber
1-60 of 205 similar projects