GithubHelp home page GithubHelp logo

play175 / bytebuffer Goto Github PK

View Code? Open in Web Editor NEW
72.0 72.0 23.0 50 KB

nodejs版本的ByteBuffer和C++通信的利器!

Home Page: https://play175.com/ByteBuffer/

JavaScript 31.49% AngelScript 25.80% HTML 42.71%
bytebuffer cplusplus javascript nodejs protocol

bytebuffer's Introduction

  • 👋 Hi, I’m @play175
  • 👀 I’m interested in web3, game
  • 🌱 I’m currently learning frontend, golang, wasm, crypto
  • 💞️ I’m looking to collaborate on Cryptoverse

bytebuffer's People

Contributors

play175 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bytebuffer's Issues

buf.write在nodejs -v 6版本以上新API会报错

255行,由于新版API改动报错。
//是否可以修改下
//node版本号大于等于6就,参数2和参数3,调换个位置。
(parseInt(process.versions.node)>=6) ? _org_buf.write(_list[i].d,offset,_encoding) : _org_buf.write(_list[i].d,_encoding,offset);

每次pack 都new 一个buffer 是否有问题?

刚接触Nodejs时间不长,不知道其内存回收机制如何?
但是按照其他语言的的经验来说 发送时都会有个固定的缓冲区,申请一片内存地址后就不变了 需要发送的数据重复写到这个区域。 所以是否pack的内部的Buffer,可以在方法参数中传入。 这样应该更高效一点。

这个问题再您的exBuffer中也存在

请教用nodejs实现反向代理远程桌面

play175大神,在您的网站上看到了“用nodejs实现反向代理远程桌面”,但是现在googlecode已经不能下载了,能在github上上传吗?万分感谢,实在没有您的联络方式,只能在这里找您了

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.