Tag: programming

  • Socket.IO tutorial – Find All Users In A Room

    Socket.IO tutorial – Find All Users In A Room

    How To Find All Users In A Socket.IO Room Socket.IO version 1.0+ is a complete rewrite of the popular JavaScript library for “real-time bidirectional event-based communication”. This means that a whole lot of your pre-1.0 code will simply not work; it seems they were not concerned with backwards-compatibility at all when they released 1.0.  Because…

  • How To Load A PKCS#11 library DLL in C / C++

    How To Load A PKCS#11 library DLL in C / C++

    In This Programming Tutorial We Show Using LoadLibrary() and GetProcAddress() to load an RSA PKCS#11 library with C and C++

Pin It on Pinterest