[ 日本語 | en ]
Story so far
Originally I started the “Let's make a 'BIG-Model' with node.js” project for the purpose of learning node.js, but it was unexpectedly difficult, so after creating a sample program for operation verification, how it works After understanding what to do, I thought about migrating to node.js.
However, since the program to be created is only for operation verification and is not designed to operate as a host system, there was a request to make it an operable host system.
After that, “Let's make a 'BIG-Model' with node.js” was put on hold, and “Let's make a 'BIG-Model' with Perl” project started anew.
By repeating trial and error, such as making the sample programs created so far into parts and modularizing common processing, the practicality improved, but I thought that it might be possible to create a host system such as a game server or chat server. It was.
I made a generalization by thoroughly reviewing the finished source and separating server processing and application processing.
We modularized the server processing and named it “BBS.pm”, but since it became an application server development module without specializing in the personal computer communication system that was the original goal, it has been taken over as a remnant.