<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi Giorgio,<br>
    <br>
    Welcome to Cuis!<br>
    <br>
    On 4/21/2020 10:23 AM, giorgio ferraris via Cuis-dev wrote:
    <blockquote
cite="mid:CAD8yvAw5M9B7_2SjJSvj5qmXP9EdbrDZmR=qB5KuoKF37cKejw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        <div>Sorry, just sent a bit early..</div>
        <div><br>
        </div>
        <div>Hi, Everybody ,</div>
        <div><br>
        </div>
        <div>I'm looking at Cuis as a possible target for doing some
          development (I'm a long time Smalltalk user, and the
          minimalist approach of Cuis is tempting me...) It's just some
          experiment but it needs support for some basic infrastructure:</div>
        <div><b>webServer </b>: I will expose REST services but all the
          stuff needed is just a request and an answer object to play
          with (reading query parameters, HTTP headers, and so on), all
          the REST /JSON stuff is implemented on my code</div>
        <div><b>database connectivity</b>: low level connectivity, just
          a way to execute SQL command, commit and rollback to Postgres
          and some other SQL databases</div>
        <div><br>
        </div>
        <div><b>FTP/FTPS support </b> : would be nice to have.</div>
        <div><b>TCP/IP</b> connections: would be nice also</div>
        <div><br>
        </div>
        <div>can you kindly tell me if this kind of stuff is present on
          Cuis and where to find info about it? or it should be on some
          way reverse engineered from Squeak or Pharo?</div>
        <div><br>
        </div>
        <div>thanks a lot</div>
        <div><br>
        </div>
        <div>giorgio</div>
      </div>
    </blockquote>
    <br>
    I assume you have set up Cuis by cloning our GitHub repo
    <a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a> . If not, take
    a look at
    <a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/GettingStarted.md">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/GettingStarted.md</a>
    .<br>
    <br>
    Then check
    <a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/AdditionalPackagesForCuis.md">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/AdditionalPackagesForCuis.md</a>
    . At least a quick glimpse to the other .md files is a good idea.<br>
    <br>
    Now, just evaluate <br>
    Feature require: 'WebClient'.<br>
    and start exploring it, including the requirements (the other
    packages that got loaded automatically).<br>
    <br>
    Cheers,<br>
    <pre class="moz-signature" cols="72">-- 
Juan Vuletich
<a class="moz-txt-link-abbreviated" href="http://www.cuis-smalltalk.org">www.cuis-smalltalk.org</a>
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a class="moz-txt-link-freetext" href="https://github.com/jvuletich">https://github.com/jvuletich</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/juan-vuletich-75611b3">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
  </body>
</html>